calendar: Fix mismatches with GDateTime
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Feb 2020 19:59:40 +0000 (14:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 10 Feb 2020 19:59:40 +0000 (14:59 -0500)
commitc0dcaccf4b46ca9da3b9ebd60a6782e31fc60306
tree425dcc5da715845714902a5d0de2381c21559bbb
parent11cd9555917429957a31a64374491f6c090701e4
calendar: Fix mismatches with GDateTime

GDatetime uses 1-based month and day numbers, whereas
GktCalendars are 0-based. Correct for this.
gtk/gtkcalendar.c